home *** CD-ROM | disk | FTP | other *** search
/ CorelDRAW! 10 / cd10_pgrm.iso / Corel / Graphics10 / Photopnt / Scripts / Effects / 115 unsharp mask.csc < prev    next >
Encoding:
Text File  |  2000-09-25  |  220 b   |  5 lines

  1. REM Created in CorelPhotoPaint Version 10
  2. WITHOBJECT "CorelPhotoPaint.Automation.10"
  3.     .BitmapEffect "Unsharp Mask", "UnsharpMaskEffect UnsharpMaskPerctg=100,UnsharpMaskRadius=1,UnsharpMaskThreshold=0"
  4. END WITHOBJECT
  5.